home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util2 / runwn21s.zip / HISTORY.DOC next >
Text File  |  1993-05-13  |  4KB  |  75 lines

  1.      **********************************************************************
  2.      *                                                                    *
  3.      *                     RunWen Version History                         *
  4.      *                                                                    *
  5.      *              RunWen - A Boot-up Program Scheduler                  *
  6.      *                                                                    *
  7.      *               Copyright (c) 1992 Richard Hiester                   *
  8.      *                       All Rights Reserved                          *
  9.      *                                                                    *
  10.      **********************************************************************
  11.  
  12.      PROGRAM DESCRIPTION                                              
  13.      ===================
  14.  
  15.      RunWen is a utility program which is normally executed from the  
  16.      autoexec.bat upon boot-up.  RunWen scans a file which lists      
  17.      programs you want to be executed on a schedule.  The file lists  
  18.      the last date of execution in YYYYMMDD format, the number of     
  19.      days between your scheduled execution, and programs command line.
  20.      If it is time to run the program, RunWen prompts you as to       
  21.      whether or not you want to run the scheduled program.            
  22.  
  23.      VERSION HISTORY                                                  
  24.      ===============
  25.  
  26.      Version  Description                                             
  27.  
  28.        .90    Beta version released for the first time.  Included all 
  29.               of the functionality available in ShareWare v1.0.       
  30.  
  31.        1.0    Spruced up the output for ShareWare release.            
  32.  
  33.        1.1    Fixed bug which incorrectly rewrote the programs "last run   
  34.               date" when that programs command line was specified     
  35.               after a comment line in the RUNWEN.FIL file.            
  36.  
  37.        1.2    Runwen now supports use of up to seven (7) command-line 
  38.               arguments after the DOS command in RUNWEN.FIL           
  39.  
  40.        1.3    Added function to report the extended DOS error message if
  41.               the execution of the scheduled program errors.
  42.  
  43.        1.4    Added display of scheduled programs which are not due    
  44.               to run during the -boot process.  Added -list option 
  45.               to display the scheduled programs in the RUNWEN.FIL 
  46.               on the screen.
  47.  
  48.        1.5    Added shareware function.                               
  49.  
  50.        1.6    Fixed bug in calculation of the number of days since    
  51.               the scheduled program was run.  It was reporting the    
  52.               number of days since it last run, not the number of     
  53.               days since it was last *scheduled* to run.
  54.  
  55.        1.7    Finally fixed (for good I hope) the update bug.
  56.               Added support for the execution of batch (.bat) and 4DOS's
  57.               batch-to-memory (.btm) files.  Changed the wording of when 
  58.               programs are scheduled to run.
  59.  
  60.        2.0    Founnd a basic flaw that still allowed the update bug.  
  61.               The update bug has been fixed - guaranteed!  Version 2.0
  62.               has been tested on five different platforms for over two
  63.               months before being released.  Optimized the code to use
  64.               less memory (about 12%).  Added the -e|-edit option which,
  65.               with the use of the EDITOR environment variable, allows you
  66.               call runwen -e to edit the RUNWEN.FIL using your favorite
  67.               editor and not have to change directory to the location of
  68.               the RUNWEN.FIL file.  Added the "R" response to the prompt
  69.               of whether you want to run the scheduled program.  The "R"
  70.               response resets the date to the current date but does not
  71.               actually run the scheduled program.  
  72.  
  73.        2.1    Fixed the infamous "February" bug.  Changed over to array 
  74.               processing to enhance execution speed.
  75.